home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / artisoft / led12.exe / LED.DOC next >
Text File  |  1993-08-22  |  9KB  |  188 lines

  1.                Lan EDit version 1.2, Copyright 1993 Gary Myers
  2.  
  3.                                 Introduction  
  4.  
  5.            The purpose of Lan EDit is to simplify a process that all Dos
  6.      users must eventually face.  Making changes to the system's startup
  7.      files is not something we do on a daily basis, but when the need 
  8.      arises to do so, it can be a very frustrating experience.  The lack
  9.      of a friendly interface to Dos can be intimidating to the novice,
  10.      and even the old timers can get their blood pressure up when a
  11.      simple typo causes system failure and lost work time.  The task can
  12.      be even more difficult to accomplish when you are working with an
  13.      inexperienced user over the phone.  Lan EDit's origins are in such
  14.      an environment.
  15.  
  16.           Lan EDit is not a replacement for your favorite word processor,
  17.      or even a simple text file editor.  It's features are specific to
  18.      Dos batch file syntax, trying to fill in the gap between simple text
  19.      editor and an intelligent Dos interface.  Here's a list of what Lan
  20.      EDit can do:
  21.  
  22.      * Quickly load the 7 most frequently edited files on the network.
  23.  
  24.      * Automatically rename and restore configuration files for testing
  25.        the system without them.
  26.  
  27.      * Set up a "vanilla" Dos environment with just a few key presses
  28.        for testing the system without TSR's loaded.
  29.  
  30.      * Insert a PAUSE after each command in a batch file with
  31.        ECHO set to on so you can single step through the file looking
  32.        for errors.  Restore the original with a few key presses.
  33.  
  34.      * Get information about the Dos and Network versions, and other
  35.        settings.  Also displays network drive and server connections.
  36.  
  37.      * Add or remove the network drivers from the Setver table if
  38.        using Dos 5.0 or higher.  (See the on-line help for why.)
  39.  
  40.      * View the Dos memory report (Dos 5.0 & up) with a single key.
  41.  
  42.      * Easily change the location of the 7 preset files to another
  43.        disk drive, or even another Server on the network.  You can
  44.        override the default directories of WINDOWS and LANTASTIC with
  45.        environment variables (LAN_CFG and WIN_CFG).
  46.  
  47.      * Keeps a History of up to 64 previously edited files without
  48.        duplicates.  Can load these files from a menu, or scroll though
  49.        them from hot keys (ALT+B and ALT+N).
  50.  
  51.      * Can load "Other" files from a menu system that can search the
  52.        PATH for files, load from other Servers, and filter file types
  53.        to keep it simple.
  54.      
  55.      * If the current file runs another batch file, you can JUMP to the
  56.        2nd one with a single key press (F4 with cursor on the command).
  57.  
  58.      * Context sensitive help in all Menus and most error messages.
  59.  
  60.      * Help on Dos and Net commands.  While editing a file simply press
  61.        F1 to get syntax help for the command.  You can even edit the
  62.        current line while viewing the help.
  63.  
  64.      * An index to help for Dos commands.
  65.  
  66.      * LED is a line editor only.  To some this may be cumbersome at
  67.        first, but it is critical to preventing typo errors.  You must
  68.        select a line to edit first, and if you make so many errors that
  69.        you get lost, simply press ESC to restore the line.
  70.  
  71.      * F-Keys when editing a line to enter slashes, back slashes and
  72.        pipe symbols.  These keys can be very difficult for the novice
  73.        to locate.
  74.  
  75.      * Lines are limited to 127 characters, the most Dos can use.  You
  76.        can edit batch files up to 64k is size.
  77.  
  78.      * Move a line within or between files with a single F7 key.
  79.  
  80.      * REMark/unREMark, Loadhigh/unLoadhigh and Duplicate with one key.
  81.  
  82.      * Paste the current network connections into the batch file with
  83.        a single key (ALT+C).
  84.  
  85.      * Enter basic NET commands from a menu system to prevent typos (F12).
  86.  
  87.      * Standard editor feature such as COPY, CUT, PASTE a line or block
  88.        of lines within or between files.  Also has FIND, SEARCH & REPLACE,
  89.        GOTO line, and PRINT options.
  90.  
  91.  
  92.                              Installing Lan EDit
  93.  
  94.           Simply copy the files LED.EXE, LED.HLP, and LED.DOS to any
  95.      directory in your PATH.  You only need the EXE file, but all three
  96.      are required to get on-line help.  If your network and Windows
  97.      directories are not the default ones, LED your Autoexec.bat and
  98.      add these commands:
  99.                          SET LAN_CFG=<network drive\directory>
  100.                          SET WIN_CFG=<windows drive\directory>
  101.      Examples:
  102.                          SET LAN_CFG=C:\NETWORK
  103.                          SET WIN_CFG=D:\WIN
  104.  
  105.           In order to get on-line help for NET commands, the NET.HLP
  106.      file from the network software must also be in the PATH.  Lan EDit
  107.      will add LAN_CFG (or the default) to it's own PATH environment if
  108.      your PATH doesn't already have it.
  109.  
  110.           Lan EDit requires Dos 3.1 or higher.  Enough disk space for
  111.      backup copies of files edited and a small temp file when viewing
  112.      Setver or Memory reports is also required.  To use the network
  113.      features, the network REDIR.EXE program must be running.  Lan EDit
  114.      can run in as little as 114k of memory.  You must have about 274k
  115.      free to use the Memory and Setver commands.  If you have less
  116.      than 224k free, Lan EDit will reduce the size of it's text buffer
  117.      and clipboard to use what memory is available.
  118.  
  119.                                
  120.                                Using Lan EDit
  121.  
  122.           To start the program simply type LED and press enter.  You
  123.      can override the default drive for preset files and file open
  124.      menus with LED <drive:>, where <drive:> is the new default.
  125.      Example:  To preset the files on drive G:, use LED G:
  126.      To edit a file without the main menu use LED <path\filename>
  127.      where <path\filename> is the file you want to edit.
  128.           
  129.           The program is very easy to use.  Help is available for all
  130.      menus, and a tip line at the bottom of the screen reminds you of
  131.      most valid key presses.  When getting syntax help on Dos and Net
  132.      commands the line is searched from left to right for matches.  Press
  133.      the space bar if the first match isn't what you need.  Press ENTER
  134.      to edit the current line while viewing the help.  ESC will abort
  135.      most commands, and warn you of unsaved changes.  The file you are
  136.      currently editing is displayed on line 2.  If the file is on another
  137.      Server in the network it's network path is shown.
  138.  
  139.           Edited files are automatically saved with an extension of .OLD
  140.      and RENAME, VANILLA and PAUSE commands save the original with an
  141.      extension of .LED.  The RESTORE command only restores files from
  142.      the .LED copy, and after successful restore the .LED file is removed.
  143.  
  144.           The options for Setver Table and Memory Report only show on
  145.      the menu if using Dos 5.0 or higher.  
  146.  
  147.  
  148.    * * * * * * * * * * * * *  Acknowledgements * * * * * * * * * * * * *
  149.  
  150.    This program was written and compiled using Borland Turbo C++, and
  151.    linked with the C library routines from the Lantastic Programmers
  152.    Interface.
  153.  
  154.    Artisoft, Lantastic, Dos, Borland, Turbo C++, Microsoft, Central
  155.    Point Software and anyone else not mentioned are the trademarks
  156.    of their respective companies.
  157.  
  158.  
  159.    * * * * * * * * * * * * *      Warranty    * * * * * * * * * * * * *
  160.           
  161.           THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY
  162.           OF ANY KIND, WHETHER EXPRESSED OR IMPLIED.  THE ENTIRE
  163.           RISK AS PERTAINING TO THE USE OF THIS SOFTWARE IS COMPLETELY
  164.           WITH YOU, THE USER.  THE AUTHOR ACCEPTS NO LIABILITY FOR
  165.           ANY DAMAGES, INCIDENTAL OR CONSEQUENTIAL, CAUSED BY THE
  166.           USE, OR INABILITY TO USE THIS SOFTWARE. 
  167.  
  168.           This program is NOT an official Artisoft product.  Since
  169.           it is basically freeware, there will be no support for this
  170.           program.  If you have any problems or suggestions you may
  171.           send them to the address below, but a response is not
  172.           guaranteed. 
  173.           
  174.           The author retains all copyrights to Lan EDit and this
  175.           documentation.  Registration of the program is not required.
  176.           However, a donation of $20.00 to encourage further development
  177.           and show appreciation for the work that has gone into it
  178.           so far may be sent to:
  179.  
  180.           Gary Myers
  181.           PO Box 36764
  182.           Tucson, AZ 85740
  183.           
  184.           Those who do donate will receive the latest version of the                
  185.           program without the DISCLAIMER screen.
  186.                                  
  187.                                  THANK YOU! 
  188.